List<geo_tag> abc = new List<geo_tag>(); geo_tag tag = new geo_tag(); tag.latitude = 111; tag.longitude = 122; tag.unit = "SSS"; abc.Add(tag);